Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  The web.config dataProvider Section
Prev Next

The <dataProviders> section includes multiple <dataProvider> tags, each of which defines the application library, namespace, and class associated with a corresponding DataProvider subclass.  The <dataProvider> tag has the following format:

<dpname type=”namespace.class, library”>
  <param ref=”connections/$(1)”/>
</dpname>

Text displayed above in a bold, italic font should be replaced with appropriate values as follows:


Prev Next